|
|
|
|
ImageList Property, TabClass Class |
Defines the ImageList used for the tab image.
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ImageList As ImageList |
C# |
public ImageList ImageList { get; set; } |
C++ |
public: property ImageList^ ImageList { |
Property Value
An ImageList that stores the collection of Image objects.
The default value is null/Nothing.
Comments
The ImageList property defines the ImageList used for the tab image.
When the ImageList property is set, the Image property is cleared.
Images based on an ImageList can only be defined at run-time and are not serializable.
The ImageList property is provided for compatibility with earlier releases. The available ImagePartClass should be used instead.